home *** CD-ROM | disk | FTP | other *** search
/ Aminet 23 / Aminet 23 (1998)(GTI - Schatztruhe)[!][Feb 1998].iso / Aminet / util / rexx / TasString.lha / tasstring / Readme < prev    next >
Encoding:
Text File  |  2004-09-10  |  542 b   |  25 lines

  1. TasString
  2. (c) Simon/Maniacs 1997
  3.  
  4. This is Arexx script which was designed for assembling two text files. For
  5. example if you have two text files like that:
  6.  
  7. File1:          File2:
  8.  
  9. Line1           Line222
  10. Line2           Line333
  11. Line3           xyz
  12.  
  13. My script, after running it (RX) will give you following output:
  14.  
  15. Line1
  16. Line222
  17. Line2
  18. Line333
  19. Line3
  20. xyz
  21.  
  22. Remember, you have to rename your text files to: "Source1" and "Source2" 
  23. form source files and copy them to "RAM:". In "RAM" too, you will get an 
  24. output file, which name will be "Dest".
  25.